Namespace Boolean.Hooks

Functions

Link copied to clipboard
@extendable function after_add_value(boolean_attribute: boolean_attribute)
Link copied to clipboard
@extendable function after_remove_value(instance: instance, attribute: attribute, value: boolean)
Link copied to clipboard
@extendable function after_set_value(boolean_attribute: boolean_attribute)
Link copied to clipboard
@extendable function after_update_value(boolean_attribute: boolean_attribute)
Link copied to clipboard
@extendable function before_add_value(instance: instance, attribute: attribute, value: boolean)
Link copied to clipboard
@extendable function before_remove_value(boolean_attribute: boolean_attribute)
Link copied to clipboard
@extendable function before_set_value(instance: instance, attribute: attribute, boolean_attribute: boolean_attribute?, value: boolean)
Link copied to clipboard
@extendable function before_update_value(boolean_attribute: boolean_attribute, value: boolean)